@font-face {
  font-family: 'Griffy';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Griffy.ttf) format('truetype');
  
}
.container-row {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px;
}

.container-navi {
  width: 15%;
  float: left;
}

.container-content {
  margin-left: 40%;
  height: 100%;
}
  body,p {
   font-family: 'Griffy', sans-serif;
  font-size: 25px;
  background-color: #bd5626;
  color: #f29435;
}

h1,h2,h3 {
  font-weight: bold;
}

h1 {
  font-size: 2.0em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}
a,a:visited {
  color: #801a00;
  
}
